CN114296981A - Error information response method and device, electronic equipment and storage medium - Google Patents

Error information response method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114296981A
CN114296981A CN202111640549.3A CN202111640549A CN114296981A CN 114296981 A CN114296981 A CN 114296981A CN 202111640549 A CN202111640549 A CN 202111640549A CN 114296981 A CN114296981 A CN 114296981A
Authority
CN
China
Prior art keywords
error
response code
information
custom
response
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111640549.3A
Other languages
Chinese (zh)
Inventor
朱宏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guahao Net Hangzhou Technology Co Ltd
Original Assignee
Guahao Net Hangzhou Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guahao Net Hangzhou Technology Co Ltd filed Critical Guahao Net Hangzhou Technology Co Ltd
Priority to CN202111640549.3A priority Critical patent/CN114296981A/en
Publication of CN114296981A publication Critical patent/CN114296981A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a response method and device of error information, electronic equipment and a storage medium. Relates to the technical field of data processing. The method comprises the following steps: when error information to be processed is received, judging whether an error response code in the error information has a corresponding custom information format and custom information content; if yes, confirming whether a corresponding self-defined response code exists or not based on the error response code; and if the self-defined response code exists, sending the self-defined response code, the self-defined information format and the self-defined information content. Therefore, the method and the device have the advantages of saving a large amount of manpower and material resources, improving the response efficiency of error information and improving the use experience of a user.

Description

Error information response method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method and an apparatus for responding to error information, an electronic device, and a storage medium.
Background
In the prior art, errors often occur in the process of responding to business service data requested by a user. Errors occurring in the existing business services are processed through an exception handling mechanism of a system kernel and corresponding error responses are given, however, the errors or the faults are only suitable for handling system-level errors or faults, the given error responses are default response data carried by the system, and the data are displayed in a terminal where a user is located, are ugly and cannot meet actual needs of various business services, and unfriendly experience is brought to the user easily. If friendly error responses are to be provided, code adjustment and release deployment are often required to be performed for different business services, so that error responses of each business dimension or business level can be supported. In the practical application process, the response efficiency of the error information is often low, and a large amount of manpower and material resources are consumed.
Disclosure of Invention
The application aims to provide a response method, a response device, electronic equipment and a storage medium of error information, which are used for responding different forms of contents to a client based on different error response codes so that the response contents of the error information have hierarchy and further bring friendly use experience to users.
The embodiment of the application is realized as follows:
a first aspect of an embodiment of the present application provides a method for responding to error information, where the method includes: when error information to be processed is received, judging whether an error response code in the error information has a corresponding custom information format and custom information content; if yes, confirming whether a corresponding self-defined response code exists or not based on the error response code; and if the self-defined response code exists, sending the self-defined response code, the self-defined information format and the self-defined information content.
In one embodiment, after determining whether the corresponding custom response code exists based on the error response code, the method further includes: and if not, sending the custom information format, the custom information content and the error response code.
In an embodiment, after determining whether the error response code in the error message has the corresponding custom information format and custom information content, the method further includes: if not, judging whether the error information carries error response data or not; if yes, sending error response data and error response code.
In one embodiment, after determining whether the error message carries error response data, the method further comprises, if not, determining whether the error response code has a corresponding default error prompt; and if the default error prompt exists, sending the default error prompt and the error response code.
In an embodiment, after determining whether the error response code has the corresponding default error prompt, the method further includes; and if the default error prompt does not exist, sending the unified error prompt and the error response code of the system level.
In an embodiment, before determining whether the error response code in the error message has the corresponding custom information format and custom information content, the method further includes: judging whether an error response code in the received error information is in a response code set to be processed; if yes, determining that the error information is the error information to be processed, continuously executing the error response code in the error information, judging whether the corresponding custom information format and custom information content exist, and performing the subsequent steps; if not, ignoring the error information.
In an embodiment, before determining whether the error response code in the received error message is within the set of pending response codes, the method further includes: judging whether a response code in the state information returned by the service is an error response code or not; and if so, determining the state information as error information.
A second aspect of the embodiments of the present application provides an apparatus for responding to error information, where the apparatus includes: the device comprises a judging module, a confirming module and a sending module. The judging module is used for judging whether an error response code in the error information has a corresponding custom information format and custom information content when the error information to be processed is received; the confirming module is used for confirming whether a corresponding self-defined response code exists or not based on the error response code if the self-defined response code exists; the sending module is used for sending the custom response code, the custom information format and the custom information content if the custom response code exists.
A third aspect of the embodiments of the present application provides an electronic device, including: a processor and a memory for storing processor-executable instructions; the processor is configured to execute the method for responding to the error information according to the first aspect of the embodiments of the present application and any embodiment thereof.
A fourth aspect of embodiments of the present application provides a computer-readable storage medium having a computer program stored thereon. The computer program can be executed by a processor to implement the method for responding to the error message according to the first aspect of the embodiments and any embodiment of the present application.
Compared with the prior art, the beneficial effect of this application is:
the method and the device can solve the problems of single error response mode and ugly response content in the prior art, which cause unfriendly user experience. According to the method and the system, the corresponding custom information response content and format, the corresponding default response content or the unified response content are sent to the client based on the error response code returned by the business service, the multi-level response contents in different modes bring good use experience to a user, and the response information in different modes is configured in advance, so that a large amount of manpower and material resources can be saved, and the response efficiency of the error information is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic view of an application scenario of a response method for error information according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
fig. 3 is a flowchart illustrating a response method of error information according to an embodiment of the present application;
FIG. 4 is a flowchart illustrating a method for responding to an error message according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a response apparatus for error information according to an embodiment of the present application.
Reference numerals: 1-an electronic device; 100-a client; 10-a memory; 11-a bus; 12-a processor; 200-a network; 300-a server; 600-means for responding to error messages; 610-a judgment module; 620-confirmation module; 630-a sending module.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
The technical solution of the present application will be clearly and completely described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a schematic view of an application scenario of a response method for error information according to an embodiment of the present application. As shown in fig. 1, the application scenario includes a client 100 and a server 300, and the client 100 and the server 300 are connected through a network 200. The client 100 may be a personal computer, a tablet computer, a smart phone, etc. The server 300 may be a server or a cluster of servers.
In the embodiment of the present application, a gateway plug-in with error degradation (also referred to as error classification) is designed and developed at a server, and a plug-in service model is as follows: the method comprises the steps of customizing error response codes to be degraded, customizing degraded response codes (resp _ status), response formats (content _ type) and response contents (content). Therefore, the server 300 can obtain the service data from other service servers and execute the response method of the error information provided by the embodiment of the application, which is specifically shown in that the server receives the error information, performs error response based on error response code classification, and respectively responds to system level, default and custom error responses, so that the client displays multi-level response content during receiving, and good use experience is brought to a user. For convenience of description, the present application is described with the server 300 as an execution subject.
The flow gateway is applied to a flow control framework and can control north and south flows and east and west flows of any service; the gateway plug-in refers to a plug-and-play component based on the flow gateway, is a Lua script fragment during running, and can control any life cycle stage of the http request. The core business logic of the plug-in is designed by a specific business model; the business model reflects that the data on the designed JSON data structure can be dynamically adjusted; the plug-in service model refers to a configurable data model based on services, the model can be dynamically adjusted in real time, so that the change requirement of service development is met, and the data format is JSON. The business service refers to outputting response data required by the user based on a service interface used by the user. When the business service is running, errors may occur due to some known error input or unknown reasons, and the client request cannot be correctly responded, and the error is degraded by human intervention to provide a friendly client experience.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an electronic device 1 according to an embodiment of the present application, where the electronic device 1 may be used as the server 300 or the client 100. As shown in fig. 2, the electronic device 1 comprises at least one processor 12 and a memory 10, wherein one processor 12 is taken as an example in fig. 2. The processors 12 and the memory 10 are connected by a bus 11, and the memory 10 stores instructions executable by at least one of the processors 12, the instructions being executed by at least one of the processors 12 to cause the at least one of the processors 12 to perform a response method to an error message as in the embodiments described below.
Referring to fig. 3, fig. 3 is a flowchart illustrating a response method of error information according to an embodiment of the present application. As shown in fig. 3, the method includes:
s410: when the error information to be processed is received, whether the error response code in the error information has the corresponding self-defined information format and the self-defined information content or not is judged.
The error information to be processed refers to that the server side judges whether the error information is in a processing range preset by the server side according to error response codes included in the error information returned by other service servers, and if the error information is in the processing range, the error information is confirmed to be the error information to be processed. In the step, the server side searches whether a user-defined information format and user-defined information content which are configured in advance and correspond to the error response code are stored in the server side according to the error response code, so that when the client side receives response content corresponding to the error information in the subsequent steps, content required by the client side is obtained, or content which a background designer of the server side wants to display on the client side is obtained.
S420: and if so, determining whether the corresponding custom response code exists or not based on the error response code.
In the step, after the existence of the custom information format and the custom information content is confirmed, whether a custom response code exists is confirmed again based on the error response code, and the custom response code is used for covering the original error response code, so that a client user cannot see the specific error response code returned by the business service.
And S430, if the user-defined response code exists, sending the user-defined response code, the user-defined information format and the user-defined information content.
And when the server judges that the self-defined response code corresponding to the error response code exists, the server sends the self-defined response code, the self-defined information format and the self-defined information content together. When the client user fails to request the response data from the server, the server sends the response content defined by the client, so that the user cannot see the related error information such as the original error data and the like which the server wants to protect.
Referring to fig. 4, fig. 4 is a flowchart illustrating a response method of error information according to an embodiment of the present application. As shown in fig. 4, the method for responding to the error message includes:
and S510, judging whether the response code in the state information returned by the business service is an error response code. If yes, go to step S520; if not, step S521 is executed.
In this step, the client sends a request in advance to acquire the relevant data of the business service, and the state information refers to information sent to the client when the server responds to the relevant data of the business service to the client. The status information carries a response code during transmission. In the actual application process, the server side often fails to respond to the data due to an error of the client side inputting the request information or an unknown error caused by some other reasons, and at this time, the server side sends state information representing an error response to the client side, and the carried state code is called an error response code.
In the present application, the error response code is determined according to a preset error code threshold, and the server side presets the determining method as follows: the response code value of not less than 400 is an error response code. If the response code is confirmed to be an error response code, the state information corresponding to the error response code is confirmed to be error information, and if the value of the response code is less than 400, the state information is ignored and is not processed; or directly sending the original state information or the processed response information corresponding to the original state information to the client.
S520: and determining that the state information is error information, and judging whether an error response code in the received error information is in a to-be-processed response code set. If yes, go to step S530; if not, step S521 is executed.
In this step, after the server side confirms that the status information is error information, it needs to further confirm whether the error information needs to be processed and then send the error information to the client side. The specific judgment method is that whether the error response code is in a to-be-processed response code set preset by the server or whether the error response code is in a to-be-processed response code list preset by the server is judged according to the error response code carried by the error information. If so, determining the error information corresponding to the error response code as the error information to be processed; if not, the error information corresponding to the error response code is judged not to be processed and is directly ignored.
S521, the error information is ignored.
S530: determining that the error information is error information to be processed, and judging whether an error response code in the error information has a corresponding custom information format and custom information content; s530, if yes, executing step S540; if not, step S531 is performed.
In the step, the server side searches whether a user-defined information format and user-defined information content which are configured in advance and correspond to the error response code are stored in the server side according to the error response code, so that when the client side receives response content corresponding to the error information in the subsequent steps, content required by the client side is obtained, or content which a background designer of the server side wants to display on the client side is obtained.
S540, confirming whether a corresponding self-defined response code exists or not based on the error response code; if the user-defined response code exists, executing step S550; if not, go to step S551.
After the existence of the custom information format and the custom information content is confirmed, whether a custom response code exists is confirmed again based on the error response code, and the custom response code is used for covering the original error response code so that a client user cannot see the original error response code returned by the business service.
And S550, sending the custom response code, the custom information format and the custom information content.
And when the server judges that the self-defined response code corresponding to the error response code exists, the server sends the self-defined response code, the self-defined information format and the self-defined information content together. When a client user fails to request response data from the server, the server sends the response content defined by the client to the client so that the client displays the preset content of the server, and the server can selectively hide all relevant error information such as original error data, error response codes and the like to avoid the client from acquiring the original error data.
And S551, sending the self-defined information format, the self-defined information content and the error response code.
And when the server judges that the self-defined response code corresponding to the error response code does not exist, the server sends the error response code, the self-defined information format and the self-defined information content together. When the client user fails to request the response data from the server, the server sends the response content defined by the client, and the server can avoid sending related error information such as original error data to the client.
And S531, judging whether the error information carries error response data. If yes, go to step S535; if not, go to step S532.
In this step, the server determines response content sent to the client based on whether error information returned by the service only carries an error response code, and determines whether there are other error information related content, such as error response data, in the returned error information, in addition to the error response code.
S535, the error response data and the error response code are transmitted.
If the returned error information contains other error information related contents besides the error response code, the error data of the business service is directly sent as the error response data, and simultaneously the error response code is sent to the client, so that the client user can directly see the original error information sent by the server.
S532, whether the error response code has the corresponding default error prompt or not is judged. If the default error prompt exists, execute step S534; if there is no default error prompt, step S533 is executed.
If the service only returns the error response code, the server judges whether the corresponding default response prompt exists or not based on the error response code, so that the user sees the corresponding preset page error prompt of the server on the client interface after the server sends the error prompt.
S533, sending the unified error prompt and error response code of the system level.
The unified error prompt means that the fixed content is directly responded to without distinguishing specific service scenes for certain errors. The response refers to a system-level response mode. If no default error prompt exists, namely when the error response code in the returned error information after the client sends the response request has no corresponding custom response or default response, and the returned error information only has the error response code and has no other error data, the server sends a system-level unified error prompt and an error response code to the client by default, and a unified and fixed error prompt interface is displayed on the client interface.
S534, sending a default error prompt and an error response code.
The default error prompt corresponds to the error response code, and various error response prompt interfaces can be displayed under various service dimensions. After the server sends the default error prompt and the error response code, the user can see various page error prompts preset by the server on the client interface based on different error information.
In the above embodiment, the error prompt and the customized information content sent by the server may be in a customized response data format, such as JSON, HTML, XML, and the like.
Based on the method for degrading (grading) response to the error information in the embodiment, the relevant codes of the plug-in business model are as follows:
Figure BDA0003443289580000111
the gateway plug-in the embodiment of the application supports plug-and-play service error degradation processing and response, realizes friendly processing when an error occurs in a service, does not need a service end developer to additionally perform code change and release deployment on the service, supports corresponding error response in all service dimensions, or service domain name dimensions, or service scene dimensions of a service domain name, or an independent request dimension, supports flexible configuration to send a self-defined error response, or a default error response or a unified error response, and can adjust a response format and response content in real time.
The method and the device can solve the problems of single error response mode and ugly response content in the prior art, which cause unfriendly user experience. According to the method and the system, based on different error response codes returned by the business service, corresponding custom information response content and format, corresponding default response and unified response are sent to the client, good use experience is brought to a user by the multi-level error response content in different modes, a large amount of manpower and material resources can be saved by configuring the response information in different modes in advance, and the response efficiency of the error information is improved.
Referring to fig. 5, fig. 5 is a schematic structural diagram of a response apparatus 600 for error information according to an embodiment of the present application. As shown in fig. 5, the apparatus includes: a judging module 610, a confirming module 620 and a sending module 630. The judging module 610 is configured to, when receiving error information to be processed, judge whether an error response code in the error information has a corresponding custom information format and custom information content; the confirmation module 620 is configured to, if the response code exists, confirm whether the corresponding custom response code exists based on the error response code; the sending module 630 is configured to send the custom response code, the custom information format, and the custom information content if the custom response code exists.
The implementation processes of the functions and actions of each module in the apparatus are specifically described in the implementation processes of the corresponding steps in the response method of the error information, and are not described herein again.
In the embodiments provided in the present application, the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
An embodiment of the application provides a computer-readable storage medium, and a computer program is stored in the storage medium. The computer program may be executed by the processor 12 to perform a response method for the error message.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network 200 device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM) 10, a Random Access Memory (RAM) 10, a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for responding to an error message, the method comprising:
when error information to be processed is received, judging whether an error response code in the error information has a corresponding custom information format and custom information content;
if yes, confirming whether a corresponding self-defined response code exists or not based on the error response code;
and if the user-defined response code exists, sending the user-defined response code, the user-defined information format and the user-defined information content.
2. The method of claim 1, wherein after the confirming whether the corresponding custom response code exists based on the error response code, the method further comprises:
and if the error response code does not exist, sending the custom information format, the custom information content and the error response code.
3. The method of claim 1, wherein after determining whether the error response code in the error message has the corresponding custom message format and custom message content, the method further comprises:
if not, judging whether the error information carries error response data or not;
and if so, sending the error response data and the error response code.
4. The method of claim 3, wherein after the determining whether the error information carries error response data, the method further comprises:
if not, judging whether the error response code has a corresponding default error prompt;
and if the default error prompt exists, sending the default error prompt and the error response code.
5. The method of claim 4, wherein after said determining whether the error response code has a corresponding default error prompt, the method further comprises;
and if the default error prompt does not exist, sending a system-level unified error prompt and the error response code.
6. The method of claim 1, wherein before said determining whether the error response code in the error message has the corresponding custom message format and custom message content, the method further comprises:
judging whether an error response code in the received error information is in a response code set to be processed;
if yes, determining that the error information is error information to be processed, and continuing to execute the step of judging whether an error response code in the error information has a corresponding custom information format and custom information content;
and if not, ignoring the error information.
7. The method of claim 6, wherein before the determining whether the error response code in the received error message is within the set of pending response codes, the method further comprises:
judging whether a response code in the state information returned by the service is the error response code or not;
and if so, determining the state information as the error information.
8. An apparatus for responding to an error message, the apparatus comprising:
the judging module is used for judging whether an error response code in the error information has a corresponding custom information format and custom information content or not when the error information to be processed is received;
the confirming module is used for confirming whether a corresponding self-defined response code exists or not based on the error response code if the self-defined response code exists;
and the sending module is used for sending the custom response code, the custom information format and the custom information content if the custom response code exists.
9. An electronic device, characterized in that the electronic device comprises:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the method of responding to error information of any of claims 1-7.
10. A computer-readable storage medium, characterized in that the storage medium stores a computer program executable by a processor to perform the method of responding to an error message according to any one of claims 1 to 7.
CN202111640549.3A 2021-12-29 2021-12-29 Error information response method and device, electronic equipment and storage medium Pending CN114296981A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111640549.3A CN114296981A (en) 2021-12-29 2021-12-29 Error information response method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111640549.3A CN114296981A (en) 2021-12-29 2021-12-29 Error information response method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114296981A true CN114296981A (en) 2022-04-08

Family

ID=80970683

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111640549.3A Pending CN114296981A (en) 2021-12-29 2021-12-29 Error information response method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114296981A (en)

Similar Documents

Publication Publication Date Title
EP3493059A1 (en) Application data migration method and device
WO2019019645A1 (en) Method and apparatus for executing information pushing task, and computer device and storage medium
US20230368699A1 (en) Information processing method and apparatus, readable medium, electronic device, and program product
CN108959605A (en) For the screenshot method of webpage, device, computer equipment and storage medium
CN113382083B (en) Webpage screenshot method and device
US11295064B2 (en) Method for transmitting information at user device side and network device side
US7120573B2 (en) Message processing for handling unsupported character codes
WO2006013429A2 (en) System and method for informing a sender of content adaptation and message failure issues
CN109582317B (en) Method and apparatus for debugging hosted applications
CN110059273A (en) A kind of method showing Rich Media on mobile terminals and mobile terminal
CN111625371A (en) Text transmission method, device, PC (personal computer) terminal, mobile terminal and system
CN109766315B (en) File display method and terminal, computer storage medium and computer equipment
JP2021064359A (en) Web page processing method, web page processing device, electronic device, non-temporary computer-readable storage medium, and computer program
CN114168853A (en) Data visualization display method, device, medium and electronic equipment
CN114296981A (en) Error information response method and device, electronic equipment and storage medium
CN112540816A (en) Remote page rendering method, device and equipment and computer storage medium
WO2020124454A1 (en) Font switching method and related product
CN103823821A (en) Method and equipment for processing web data
CN116112457A (en) Method, device, computer equipment and storage medium for notifying message
CN111028329A (en) Rendering graph providing method, device and equipment and storage medium
CN113572676B (en) Mail processing method and device
CN114979989A (en) 5G message drop-back method, system and device
CN113641359A (en) Data processing method and device
CN112540708A (en) Network information display method and device, electronic equipment and storage medium
CN112491974A (en) Remote browsing method and device, storage medium, terminal equipment and server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination