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
When a client sends a CoAP 5.00 error (internal server error), it seems that it's mapped to CREATED response: public final static ResponseCode INTERNAL_SERVER_ERROR = new ResponseCode(INTERNAL_SERVER_ERROR_CODE, "CREATED");
File: /leshan-core/src/main/java/org/eclipse/leshan/ResponseCode.java
Is it correct ?
The text was updated successfully, but these errors were encountered:
When a client sends a CoAP 5.00 error (internal server error), it seems that it's mapped to CREATED response:
public final static ResponseCode INTERNAL_SERVER_ERROR = new ResponseCode(INTERNAL_SERVER_ERROR_CODE, "CREATED");
File: /leshan-core/src/main/java/org/eclipse/leshan/ResponseCode.java
Is it correct ?
The text was updated successfully, but these errors were encountered: