internal ApiException( Error[] errors, Exception innerException, [CallerFilePath]string path = "", [CallerMemberName]string member = "", [CallerLineNumber]int line = 0) : base(errors.ToMessage(), innerException, path, member, line) { this.Errors = errors; }