Add text for 0xe800801c error.
This commit is contained in:
parent
73f30fdfed
commit
835e161f66
1
errors.h
1
errors.h
@ -171,6 +171,7 @@ static errorcode_to_id_t errorcode_to_id[] = {
|
||||
// Errors without id->string mapping.
|
||||
{ 0xe8008015, "A valid provisioning profile for this executable was not found."},
|
||||
{ 0xe8008019, "The application does not have a valid signature." },
|
||||
{ 0xe800801c, "No code signature found." },
|
||||
};
|
||||
|
||||
const int errorcode_to_id_count = sizeof(errorcode_to_id) / sizeof(errorcode_to_id_t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user