You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, the Migrator InterfaceExporter won't index the Apodini web service defined ApodiniErrors. Instead it uses a standard set of default ErrorCodes.
Solution
Parse @Throws declarations inside a Handler in the ApdoniMigratorInterfaceExporter and properly build the APIDocument. Additionally, changes in error codes should be captured by the MigrationGuide.
Additional context
Ideally, the RESTMigrator would be updated to adjust for the updated error code definitions. This issue does not require to come up with a meaningful way of handling error migrations.
Problem
As of now, the Migrator InterfaceExporter won't index the Apodini web service defined
ApodiniErrors
. Instead it uses a standard set of defaultErrorCode
s.Solution
Parse
@Throws
declarations inside a Handler in theApdoniMigratorInterfaceExporter
and properly build theAPIDocument
. Additionally, changes in error codes should be captured by theMigrationGuide
.Additional context
Ideally, the RESTMigrator would be updated to adjust for the updated error code definitions. This issue does not require to come up with a meaningful way of handling error migrations.
Code of Conduct
The text was updated successfully, but these errors were encountered: